Releases: taskcluster/taskgraph
Releases · taskcluster/taskgraph
14.3.0
14.2.1
This fixes a regression for generic-worker tasks using run-task, introduced in 14.2.0.
What's Changed
- chore: bump version to 14.2.1 by @jcristau in #690
- Revert "Let generic-worker verify run-task/fetch-content integrity" by @jcristau in #691
- test: validate the output of run-task transforms against the schema by @jcristau in #692
Full Changelog: 14.2.0...14.2.1
14.2.0
What's Changed
- Let generic-worker verify run-task/fetch-content integrity by @jcristau in #666
- feat: implement new 'load-task' command to debug tasks locally by @ahal in #680
- Update instructions to install package from local clone by @marco-c in #684
- actions: fix scope check on mercurial (bug 1965754) by @jcristau in #686
New Contributors
Full Changelog: 14.1.1...14.2.0
14.1.1
pytest-taskgraph-v0.2.0
chore: bump pytest-taskgraph version (#674) This package was updated in https://github.com/taskcluster/taskgraph/pull/623 but not released.
14.1.0
14.0.0
13.1.0
What's Changed
- run-task: silence python 3.12 deprecation warning by @jcristau in #639
- vcs: don't assume that the base rev has a single child by @jcristau in #640
- build-image: check exit code from docker build by @jcristau in #638
- docs: keep codespell happy (re-used → reused) by @jcristau in #642
- chore: pre-commit autoupdate by @pre-commit-ci in #641
- feat: add
run-task-as-current-user
gw payload builder option by @matt-boris in #644 - chore: version bump 13.1.0 by @ahal in #646
Full Changelog: 13.0.0...13.1.0
13.0.0
Added
- automatically interpolate {task_workdir} in environment (#630)
- add caches for common package managers (#623)
- support setting repo wide default values for cache selection (#623)
- support list of caches in
use-caches
key (#623)
Fixed
- BREAKING CHANGE
get_ancestors
now returns tasks keyed by taskid, to avoid missing tasks when multiple tasks exist with the same label in a graph (#633)